golang.org/x/net/http2.MetaHeadersFrame.rfc9218Priority (method)

2 uses

	golang.org/x/net/http2 (current package)
		frame.go#L1651: func (mh *MetaHeadersFrame) rfc9218Priority(priorityAware bool) (p PriorityParam, priorityAwareAfter, hasIntermediary bool) {
		server.go#L1943: 		headerPriority, priorityAware, hasIntermediary := f.rfc9218Priority(sc.priorityAware)